Forgotten file
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jun 2006 11:42:28 +0000 (11:42 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Jun 2006 11:42:28 +0000 (11:42 +0000)
gtk/gtkprintunixdialog.c

index ee10433e067fb4412f7f31dfe9b20fda3bfc3a06..a15ed4862f24f9d799ca4edd47341326e94abc6d 100644 (file)
@@ -1250,8 +1250,10 @@ selected_printer_changed (GtkTreeSelection   *selection,
   if (printer != NULL)
     {
       priv->printer_capabilities = _gtk_printer_get_capabilities (printer);
-      priv->options = _gtk_printer_get_options (printer, priv->initial_settings,
-                                               priv->page_setup);
+      priv->options = _gtk_printer_get_options (printer, 
+                                               priv->initial_settings,
+                                               priv->page_setup,
+                                               priv->manual_capabilities);
   
       priv->options_changed_handler = 
         g_signal_connect_swapped (priv->options, "changed", G_CALLBACK (options_changed_cb), dialog);